d_mruby ~master (2022-05-11T02:40:02.2548728)
Dub
Repo
rite_binary_header
mruby
dump
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (
C
)
struct
rite_binary_header {
ubyte
[
4
]
binary_ident
;
ubyte
[
4
]
binary_version
;
ubyte
[
2
]
binary_crc
;
ubyte
[
4
]
binary_size
;
ubyte
[
4
]
compiler_name
;
ubyte
[
4
]
compiler_version
;
}
Members
Variables
binary_crc
ubyte
[
2
]
binary_crc
;
Undocumented in source.
binary_ident
ubyte
[
4
]
binary_ident
;
Undocumented in source.
binary_size
ubyte
[
4
]
binary_size
;
Undocumented in source.
binary_version
ubyte
[
4
]
binary_version
;
Undocumented in source.
compiler_name
ubyte
[
4
]
compiler_name
;
Undocumented in source.
compiler_version
ubyte
[
4
]
compiler_version
;
Undocumented in source.
Meta
Source
See Implementation
mruby
dump
functions
bin_to_uint16
bin_to_uint32
bin_to_uint32l
bin_to_uint8
calc_crc_16_ccitt
mrb_dump_irep
mrb_dump_irep_binary
mrb_dump_irep_cfunc
mrb_load_irep_file
mrb_load_irep_file_cxt
mrb_read_irep
mrb_read_irep_file
uint16_to_bin
uint32_to_bin
uint32l_to_bin
uint8_to_bin
structs
rite_binary_footer
rite_binary_header
rite_section_debug_header
rite_section_header
rite_section_irep_header
rite_section_lineno_header
rite_section_lv_header